Skip to content

[bot] Update Learning Hub: /model plan, Claude Opus 5, and Open Plugin Spec v1 - #2472

Merged
aaronpowell merged 1 commit into
mainfrom
learning-hub-updates-2026-07-28-f3957b639bee9fcc
Jul 31, 2026
Merged

[bot] Update Learning Hub: /model plan, Claude Opus 5, and Open Plugin Spec v1#2472
aaronpowell merged 1 commit into
mainfrom
learning-hub-updates-2026-07-28-f3957b639bee9fcc

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

What was found

Checking the GitHub Copilot CLI changelog for the past 7 days (July 21–28, 2026) surfaced three noteworthy updates:

  1. v1.0.75 (2026-07-24) — Add support for Claude Opus 5, the latest in Anthropic's Opus family
  2. v1.0.74 (2026-07-23) — Add /model plan (or /model --plan) to choose a separate model for plan mode, reverting to the session model on exit
  3. v1.0.74 (2026-07-23) — Add support for Open Plugin Spec v1 plugin manifests and mcp.json configuration bundled in plugins

What was updated

copilot-configuration-basics.md

  • Extended the Model Picker section to mention Claude Opus 5 as the latest available Opus-family model
  • Added a new Plan mode model subsection documenting the /model plan command, including examples of how to set, clear, and combine it with repository model pinning
  • Updated lastUpdated to 2026-07-28

installing-and-using-plugins.md

  • Added a new Open Plugin Spec v1 Compatibility section explaining that Copilot CLI now accepts plugins authored for other AI platforms using the Open Plugin Spec standard
  • Documented the mcp.json bundle format that allows plugins to ship their required MCP server configuration alongside agents/skills for a single-step install
  • Updated lastUpdated to 2026-07-28

Source announcements

Generated by Learning Hub Updater · 80.3 AIC · ⌖ 10.1 AIC · ⊞ 5.8K ·

- copilot-configuration-basics: document /model plan command (v1.0.74+) for
  per-phase model selection in plan mode, and note Claude Opus 5 availability
- installing-and-using-plugins: add Open Plugin Spec v1 compatibility section
  documenting mcp.json bundle support (v1.0.74+)

Sources:
- https://github.com/github/copilot-cli/blob/main/changelog.md (v1.0.74, v1.0.75)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@aaronpowell
aaronpowell marked this pull request as ready for review July 31, 2026 00:21
Copilot AI review requested due to automatic review settings July 31, 2026 00:21
@github-actions github-actions Bot added the website-update PR touches website content or code label Jul 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk label Jul 31, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Learning Hub documentation for recent Copilot CLI capabilities.

Changes:

  • Documents Claude Opus 5 and plan-mode model selection.
  • Adds Open Plugin Spec v1 and bundled MCP configuration guidance.
Show a summary per file
File Description
copilot-configuration-basics.md Updates model-selection guidance.
installing-and-using-plugins.md Documents Open Plugin Spec compatibility.

Review details

Comments suppressed due to low confidence (3)

website/src/content/docs/learning-hub/installing-and-using-plugins.md:289

  • Open Plugin Spec v1 defines exactly two portable component types: skills and MCP servers; agents are explicitly outside v1. Claiming that an Open Spec manifest makes the CLI discover bundled agents overstates the compatibility and will mislead authors into expecting agent portability.
The CLI reads the manifest, discovers the bundled agents, skills, and MCP server configuration, and integrates them the same way it handles native Copilot plugins.

website/src/content/docs/learning-hub/installing-and-using-plugins.md:293

  • The Open Plugin Spec mcp.json is not simply the same format as repository MCP files. V1 requires the top-level $schema and mcpServers fields and constrains server transport types; repository examples in this site omit that schema and use type: "local". Readers who copy an existing repository config could therefore produce a nonconforming plugin.
Open Plugin Spec v1 also standardizes how MCP server configuration is bundled in plugins. A plugin can now include an `mcp.json` file at its root to declare MCP servers it requires — using the same format as `.mcp.json` or `.github/mcp.json` in your repository. When you install such a plugin, its MCP server configuration is automatically merged into your active server list.

website/src/content/docs/learning-hub/installing-and-using-plugins.md:295

  • This repeats the implication that agents are a portable Open Plugin Spec v1 component, but v1 only standardizes skills and MCP servers. Narrow the benefit to the components the standard actually covers.
This is useful for plugins that bundle dedicated tooling (for example, a database plugin that ships its own MCP server) — users get both the agent/skill and the required MCP server in a single install step.
  • Files reviewed: 2/2 changed files
  • Comments generated: 2
  • Review effort level: Balanced


```
/model plan # open the picker to choose a model for plan mode
/model --plan claude-haiku # set a specific model for plan mode
If you encounter a plugin from the broader AI ecosystem (outside GitHub's own marketplace) that ships with an Open Plugin Spec v1 manifest, you can install it directly:

```bash
copilot plugin install /path/to/openspec-plugin
@aaronpowell
aaronpowell merged commit f0ec774 into main Jul 31, 2026
13 checks passed
@aaronpowell
aaronpowell deleted the learning-hub-updates-2026-07-28-f3957b639bee9fcc branch July 31, 2026 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated-update copilot-updates needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk website-update PR touches website content or code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants